home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / crystal.dxr / 00141_Script_141 < prev    next >
Text File  |  1998-10-27  |  669b  |  20 lines

  1. on enterFrame me
  2.   global runto
  3.   global Grunto
  4.   global Cface
  5.   global Gface
  6.   if the loc of sprite 30 = the loc of sprite the spritenum of me and runto = the locH of sprite the spritenum of me then
  7.     set the locV of sprite 30 = 314
  8.     set the locH of sprite 30 = 104
  9.     set runto = the locV of sprite 30
  10.     puppetSound "Back1"
  11.     set Cface = 1
  12.   end if
  13.   if the loc of sprite 29 = the loc of sprite the spritenum of me and Grunto = the locH of sprite the spritenum of me then
  14.     set the locV of sprite 29 = 314
  15.     set the locH of sprite 29 = 104
  16.     set Grunto = the locV of sprite 29
  17.     set Gface = 1
  18.     puppetSound "BBack1"
  19.   end if
  20. end